iOS
AppKit on iOS
Package.swift
dependencies: [ .package( name: "AppKit", url: "https://github.com/reown-com/reown-swift", .upToNextMajor(from: "1.0.0") ), // Any other dependencies you have... ],
dependencies
.target( name: "MyTargetName", dependencies: [ // The product(s) you want (most likely AppKit). .product(name: "AppKit", package: "AppKit"), ] ),
Was this page helpful?